for example I have the following list lst = [['1', '2', '3'], ['4', '5', '6'],['7', '8', '9']] I want to find the average of 1+4+7, 2+5+8 and 3+6+9 Any idea on
I am building a page that the user can select a prefered profile picture to show arround the app, using provider package. I used shared_preferences to save the
I have a function to download a file which is async: async fn download_file() { fn main() { let resp = reqwest::blocking::get("https://sh.rustup.rs"
I installed Flutter and I have a project that used it (Flutter Web). As IDE I use VsCode. When I run the app using command line (flutter run --no-sound-null-saf
I've got a picture converting tool for ubuntu which opens a window, where you can drag-and-drop a jpeg and automatically convert it in to a .w
I tried to insert one simple object in typescript to ioredis hashmap. I define object like this interface User { name : string, age :string } let newUser : Use
I have a large table with structure like this (value: integer; created_at: timestamp with time zone) | val | created_at | |:----|:--------------------|
I have a problem and it is that I need to lock tables within a transaction to prevent data from being inserted into it, but when I do this when I have an error
I'm trying to extract a specific part of text from a pdf using C#. It always starts with a specific keyword and the next line of that keyword will have differen
I have oracle 11g 32 bit on my PC "including the oracle client", I had installed Oracle client for version 19c 64bit "to connect the database on the server". Af